//-------------------------------------------------------------------\\
||                                                                   ||
||                 SPRITE COMBAT - Manual for v2.1                   ||
||                                                                   ||
\\-------------------------------------------------------------------//

****************************************************
         Made by WinterAce - DS Game Maker
****************************************************

-- This document is best read with Wordpad. Please do not use Notepad to read this doc.

_______________________________________________________________________
||  GAME DETAILS  ||
--------------------
Sprite Combat is a "Rock Paper Scissors"-like game where the user chooses an option between a Sword, Energy Ball and Shield.
And then the CPU chooses an option for itself. And then a comparison is made between what overpowers what.

Sword >> Energy
Energy >> Shield
Shield >> Sword

Where ">>" represents "overpowers"....

This game was developed with the help of DS Game Maker: http://www.dsgamemaker.com/ and it uses the PAlib library:
http://palib-dev.com/.

_______________________________________________________________________
||  SOME FEATURES  ||
---------------------
-- Choose from 6 opponents to play!
-- Appreciable Graphics
-- Saving of Scores
-- Sound effects and 3 in-combat MP3s
-- Now featuring a Storyline!

_______________________________________________________________________
||  RELEASE DETAILS  ||
-----------------------
v2.1 -> Music!! Yes, now we have sound effects!
		Featuring a snick of the story mode!
		The ROM name is now without the version number (saving)
		Even better fading (now even the text and sprites fade in!)
		"Press B to go back." added in many places to help users
		Refined the code a bit
		Fixed some places where the text was placed irregularly
		
v2.0 -> Hoof! Major Updates here:
		Added a Help doc
		Added a nice Credits doc
		Fixed bug where the scores don't reset to 0
		Records that keep track of your no. of wins and losses
		SAVING!! Yes, there is saving now!
		Minor Bug fixes to the text
		Score required to win reduced from 20 to 10
		New Game Icon!
		Removed the white background on request
		Changed the font for better readability
		"Opponent's Score:" - "Opponent:" and "Your Score" - "You:"

v1.1 -> Added Fading in combat mode
		Refined Fading to give better effects
		Somewhat better animations

v1.0 -> Initial Release

_______________________________________________________________________
||  TO-DO LIST - Updated for v2.1 ||
-----------------------------------------
-- Story mode (adventures, boss battles, etc.)
-- Even better animations
-- Even more sounds and MP3s

_______________________________________________________________________
||  CONTACT DETAILS  ||
-----------------------
You can email me anytime at |> srujun01@gmail.com <| for game feedback, helping the game, chatting or even support.
Do visit my website: http://ds-dev.co.cc/

_______________________________________________________________________
||  LEGAL STUFF ||
------------------
All character sprites have been taken from www.spriters-resource.com. All other sprites are a property of WinterAce. You have
full rights to extract them and use them in your projects. Credit appreciated but not required. All other components of the
game are property of WinterAce. Again, extraction allowed. Game made with DS GAME MAKER with PAlib library.